colouring-montreal/app/src
Maciej Ziarkowski 8b78a74874 Remove unnecessary form action/method
The forms calling the API had an unnecessary form action and method.
This is because the forms have an onSubmit hook calling preventDefault.
The attributes were removed to avoid confusion.
2019-08-15 12:19:43 +01:00
..
api Add JSON API 404 handler 2019-08-14 14:13:14 +01:00
frontend Remove unnecessary form action/method 2019-08-15 12:19:43 +01:00
tiles Squash TypeScript errors and fix bugs 2019-08-09 18:49:43 +01:00
client.tsx Squash TypeScript errors and fix bugs 2019-08-09 18:49:43 +01:00
db.ts Squash TypeScript errors and fix bugs 2019-08-09 18:49:43 +01:00
index.ts Squash TypeScript errors and fix bugs 2019-08-09 18:49:43 +01:00
parse.ts Squash TypeScript errors and fix bugs 2019-08-09 18:49:43 +01:00
server.tsx Handle invalid URLs with the frontend 404 page 2019-08-14 14:17:47 +01:00