Skip to content
  • Andreas Ellewsen's avatar
    Remove token handling and change expected baseurl · e96ee1a0
    Andreas Ellewsen authored
    Having a separate token dict in addition to the handlers one makes
    things unnecessarily complex. If you want to add an api key you can
    simply add it as any other header.
    
    Since /webservices is always part of the url it's actually part of the
    base and should be handled as such.
    e96ee1a0