mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-08 22:24:23 +08:00
Switch to fluics api v3 [SCI-6859] (#4201)
This commit is contained in:
parent
bcb8ed95fc
commit
454c1f01d0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module LabelPrinters
|
|||
class BadRequestError < StandardError; end
|
||||
|
||||
include HTTParty
|
||||
base_uri 'https://print-api.fluics.com/latest'
|
||||
base_uri 'https://print-api.fluics.com/v3'
|
||||
|
||||
def initialize(api_key)
|
||||
self.class.headers(
|
||||
|
|
Loading…
Add table
Reference in a new issue