mirror of
https://git.sr.ht/~edwardloveall/scribe
synced 2026-01-09 19:31:23 +00:00
Initial app
This commit is contained in:
6
spec/support/api_client.cr
Normal file
6
spec/support/api_client.cr
Normal file
@@ -0,0 +1,6 @@
|
||||
class ApiClient < Lucky::BaseHTTPClient
|
||||
def initialize
|
||||
super
|
||||
headers("Content-Type": "application/json")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user