controller fixes
This commit is contained in:
parent
dbc2a6d35e
commit
777608941b
3 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ namespace Sledgemapper
|
|||
{
|
||||
public interface IMapApi
|
||||
{
|
||||
[Post("/map/tile")]
|
||||
[Post("/tile")]
|
||||
Task NewTile([Body] Tile tile, string sessionName);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue