From 06a4e0783c1886ca46468c4caeb42a41d56fd956 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 5 Mar 2025 12:26:47 -0700 Subject: refactor: move SAML routes to /saml/ path --- bin/api | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/api') diff --git a/bin/api b/bin/api index 23e88eb..1bce8d9 100755 --- a/bin/api +++ b/bin/api @@ -13,9 +13,9 @@ gemfile do gem "webrick", "~> 1.0" end -$scheme = ENV.fetch('SCHEME', 'http') -$port = ENV.fetch('PORT', 8284).to_i -$host = ENV.fetch('HOST', "localhost:#{$port}") +$scheme = ENV.fetch("SCHEME", "http") +$port = ENV.fetch("PORT", 8284).to_i +$host = ENV.fetch("HOST", "localhost:#{$port}") class Project class << self -- cgit v1.2.3