mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
6 lines
46 B
Ruby
6 lines
46 B
Ruby
|
|
require 'sinatra'
|
||
|
|
|
||
|
|
get '/users' do
|
||
|
|
'[]'
|
||
|
|
end
|