Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
fix undefined prefix mudserver configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
calummackervoy committed Jul 16, 2021
1 parent 999d9a4 commit e27e1da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/webapp/WEB-INF/mudserver.ttl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@prefix : <#>.
@prefix mud: <https://raw.githubusercontent.com/Multi-User-Domain/vocab/main/mud.ttl#>.
@prefix mudcontent: <https://raw.githubusercontent.com/Multi-User-Domain/vocab/main/mudcontent.ttl#>.
@prefix mudlogic: <https://raw.githubusercontent.com/Multi-User-Domain/vocab/main/mudlogic.ttl#>.
Expand All @@ -6,4 +7,5 @@
mud:worldEndpoint <http://localhost:8080/mud/world/> ;
mudcontent:SceneDescriptionEndpoint <http://localhost:8080/mud/content/> ;
mudcontent:SimpleObjectDescriptionEndpoint <http://localhost:8080/mud/content/> ;
mudlogic:actionDiscoveryEndpoint <http://localhost:8000/mud/act/discover/> .
mudlogic:actionDiscoveryEndpoint <http://localhost:8000/mud/act/discover/> ;
mudlogic:Transit <http://localhost:8000/mud/act/task/> .

0 comments on commit e27e1da

Please sign in to comment.