progress
This commit is contained in:
parent
9ef43bb9f6
commit
0a4b8ebeb2
14 changed files with 157 additions and 28 deletions
|
@ -18,6 +18,10 @@ namespace Sledgemapper
|
|||
[Post("/session/{sessionName}")]
|
||||
Task<bool> NewSession(string sessionName);
|
||||
|
||||
[Post("/session/{sessionName}/snapshot")]
|
||||
Task SaveSnapshot([Body] Session session, string sessionName);
|
||||
|
||||
|
||||
[Post("/session/{sessionName}/tile")]
|
||||
Task NewTile([Body] Tile tile, string sessionName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue