Skip to content
Snippets Groups Projects

Added license headers

10 files
+ 19
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
0
// SPDX-License-Identifier: Apache-2.0
import axios from "axios";
const client = axios.create({
Loading