mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-15 20:35:30 +08:00
11 lines
182 B
CoffeeScript
11 lines
182 B
CoffeeScript
frisby = require 'frisby'
|
|
|
|
config = require '../../core/config'
|
|
|
|
baseUrl = "http://127.0.0.1:#{config.web.port}"
|
|
|
|
frisby.globalSetup
|
|
request:
|
|
headers:
|
|
'x-token': 'token'
|