mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-06 07:06:02 +00:00
request: actually import verifyLanguageCode
This commit is contained in:
parent
a305bdb78d
commit
fb6f384e46
|
@ -2,6 +2,7 @@ import ipaddr from "ipaddr.js";
|
||||||
|
|
||||||
import { normalizeURL } from "../processing/url.js";
|
import { normalizeURL } from "../processing/url.js";
|
||||||
import { createStream } from "../stream/manage.js";
|
import { createStream } from "../stream/manage.js";
|
||||||
|
import { verifyLanguageCode } from "../sub/utils.js";
|
||||||
|
|
||||||
const apiVar = {
|
const apiVar = {
|
||||||
allowed: {
|
allowed: {
|
||||||
|
|
Loading…
Reference in a new issue