Added basic hexfile reading that respects r/w perms

This commit is contained in:
MrYummy
2017-07-01 04:48:52 +02:00
parent 3bfc74045f
commit 0f74795159
16 changed files with 120 additions and 9 deletions

View File

@@ -29,6 +29,15 @@ Redstoner::Application.routes.draw do
end
end
resources :memory do
collection do
get 'list'
get 'table'
post 'update_memory'
end
end
resources :forumgroups, path: '/forums/groups'
resources :forums, path: '/forums'
resources :forumthreads, path: '/forums/threads' do