summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2017-11-10 13:03:11 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2017-11-10 13:03:11 +0100 |
commit | 5621bd5d513a2be44608f09f2b821e42387dd8f0 (patch) | |
tree | 4fc3d35b7921c970effd2725a59d9820f9309421 /www | |
parent | fde7249bb3b185f2447585e9406775f351133632 (diff) |
Still have to create the ETS tables...
Diffstat (limited to 'www')
-rw-r--r-- | www/handler/battlemap/load_state.yaws | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/handler/battlemap/load_state.yaws b/www/handler/battlemap/load_state.yaws new file mode 100644 index 0000000..c778b66 --- /dev/null +++ b/www/handler/battlemap/load_state.yaws @@ -0,0 +1,8 @@ +<erl> +out(A) -> + { + content, + "application/json; charset=UTF-8", + battlemap_load_state:handle(A#arg.clidata) + }. +</erl> |